ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / CellContentChangingEventArgs Class / RegisterUpdateCallback Method / RegisterUpdateCallback(TypedEventHandler<C1FlexGrid,CellContentChangingEventArgs>) Method

In This Topic
    RegisterUpdateCallback(TypedEventHandler<C1FlexGrid,CellContentChangingEventArgs>) Method
    In This Topic
    Registers the event handler to be called again during the next phase.
    Syntax
    'Declaration
     
    
    Public Overloads Sub RegisterUpdateCallback( _
       ByVal callback As TypedEventHandler(Of C1FlexGrid,CellContentChangingEventArgs) _
    ) 

    Parameters

    callback
    See Also